home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
iv.dir
/
00046_topic select callback.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
347 b
|
13 lines
on mouseDown
set clik to the clickOn
set the castNum of sprite clik to the number of cast "TopicSelectDown"
updateStage()
repeat while the stillDown
nothing()
end repeat
if the mouseCast = the number of cast "TopicSelectDown" then
TopicSelect()
end if
set the castNum of sprite clik to the number of cast "TopicSelect"
end